usePwm

@get:JvmName(name = "getUsePwm")
@set:JvmName(name = "setUsePwm")
var usePwm: Boolean
use a PWM output instead of a simple on/off output. This will ignore
the 'output', 'output_ms' and 'active' settings and use the
device.buzzer_gpio instead.

bool use_pwm = 7;